From 6c4f28aa4166fae78a450b3fc46b5f3f4be9fd92 Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:53:56 +0000 Subject: cloudflare fix --- src/app/anime/[id]/[...animeId]/page.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/anime/[id]/[...animeId]') diff --git a/src/app/anime/[id]/[...animeId]/page.jsx b/src/app/anime/[id]/[...animeId]/page.jsx index 950f618..f5505e5 100644 --- a/src/app/anime/[id]/[...animeId]/page.jsx +++ b/src/app/anime/[id]/[...animeId]/page.jsx @@ -9,6 +9,8 @@ import styles from "./video.module.css"; import { redirect } from "next/navigation"; import Link from "next/link"; +export const runtime = 'edge'; + export default async function Video({ params }) { let link; const id = params.animeId[0]; -- cgit v1.2.3